home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: Parent Power / The Sunday Times - Parent Power.iso / pc / engine / engine.swf / scripts / DefineSprite_321 / frame_41 / DoAction.as
Encoding:
Text File  |  2005-11-03  |  547 b   |  16 lines

  1. cancel_btn.onRelease = cancel_btn.onReleaseOutside = function()
  2. {
  3.    this._parent.gotoAndStop("init");
  4. };
  5. okay_btn.onRelease = okay_btn.onReleaseOutside = function()
  6. {
  7.    hcterms = true;
  8.    var _loc2_ = downloads.byPath("generic");
  9.    var _loc1_ = _loc2_.byPath("dicInstructions").getText();
  10.    var _loc3_ = 3;
  11.    var fileOrFolder = "file";
  12.    getURL("lingo:Flsh_downloadAsset(\"" + _loc1_ + "\",\"" + _loc3_ + "\",\"" + fileOrFolder + "\")","");
  13.    this._parent.gotoAndStop("init");
  14. };
  15. help_box.title.text = "PARENT POWER CD-Rom";
  16.